| 1. | How to : refactor code with extract interface 如何:用“提取接口”重构代码 |
| 2. | When the cursor is in this position , invoke the extract interface refactoring operation 当光标处于此位置时,调用“提取接口”重构操作。 |
| 3. | When you invoke extract interface on an interface , the bases and interfaces list is not modified 而在接口中调用“提取接口”时,将不修改基和接口列表。 |
| 4. | Extract interface generates an interface in a new file and positions the cursor at the beginning of the new file “提取接口”在新文件中生成接口,并将光标定位于新文件的开头。 |
| 5. | Available refactoring options include rename , extract method , extract interface , change signature , and encapsulate field 可用的重构选项包括重命名、提取方法、提取接口、更改签名和封装字段。 |
| 6. | When you invoke extract interface on a class or on a struct , the bases and interfaces list is modified to include the new interface name 在类或结构中调用“提取接口”时,将修改基和接口列表,以包括新接口名称。 |
| 7. | Extract interface is a refactoring operation that provides an easy way to create a new interface with members that originate from an existing class , struct , or interface “提取接口”是一项重构操作,提供了一种使用来自现有类、结构或接口的成员创建新接口的简单方法。 |